home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / image / acl30bsx.zip / COPYING.DOC < prev    next >
Text File  |  1996-06-25  |  20KB  |  355 lines

  1. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  2.                         GNU GENERAL PUBLIC LICENSE
  3.                            Version 2, June 1991
  4.  
  5.          Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  6.                   675 Mass Ave, Cambridge, MA 02139, USA
  7.  
  8.        Everyone is permitted to copy and distribute verbatim copies
  9.         of this license document, but changing it is not allowed.
  10. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  11.  
  12. ─────────────────────────────────────────────────────────────────────────────
  13. ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ PREAMBLE ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  14. ─────────────────────────────────────────────────────────────────────────────
  15.  
  16.     The licenses for most software are designed to take away your freedom to
  17. share and change it. By contrast, the GNU General Public License is intended
  18. to guarantee your freedom to share and change free software--to make sure the
  19. software is free for all its users. This General Public License applies to
  20. most of the Free Software Foundation's software and to any other program
  21. whose authors commit to using it. (Some other Free Software Foundation
  22. software is covered by the GNU Library General Public License instead.) You
  23. can apply it to your programs, too.
  24.  
  25.     When we speak of free software, we are referring to freedom, not price.
  26. Our General Public Licenses are designed to make sure that you have the
  27. freedom to distribute copies of free software (and charge for this service
  28. if you wish), that you receive source code or can get it if you want it, that
  29. you can change the software or use pieces of it in new free programs; and
  30. that you know you can do these things.
  31.  
  32.     To protect your rights, we need to make restrictions that forbid anyone
  33. to deny you these rights or to ask you to surrender the rights. These
  34. restrictions translate to certain responsibilities for you if you distribute
  35. copies of the software, or if you modify it.
  36.  
  37.     For example, if you distribute copies of such a program, whether gratis
  38. or for a fee, you must give the recipients all the rights that you have. You
  39. must make sure that they, too, receive or can get the source code. And you
  40. must show them these terms so they know their rights.
  41.  
  42.     We protect your rights with two steps: (1) copyright the software, and
  43. (2) offer you this license which gives you legal permission to copy,
  44. distribute and/or modify the software.
  45.  
  46.     Also, for each author's protection and ours, we want to make certain that
  47. everyone understands that there is no warranty for this free software. If the
  48. software is modified by someone else and passed on, we want its recipients to
  49. know that what they have is not the original, so that any problems introduced
  50. by others will not reflect on the original authors' reputations.
  51.  
  52.     Finally, any free program is threatened constantly by software patents.
  53. We wish to avoid the danger that redistributors of a free program will
  54. individually obtain patent licenses, in effect making the program
  55. proprietary.  To prevent this, we have made it clear that any patent must be
  56. licensed for everyone's free use or not licensed at all.
  57.  
  58.     The precise terms and conditions for copying, distribution and
  59. modification follow.
  60.  
  61. ─────────────────────────────────────────────────────────────────────────────
  62. ░░░░░░                   GNU GENERAL PUBLIC LICENSE                    ░░░░░░
  63. ░░░░░░ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION ░░░░░░
  64. ─────────────────────────────────────────────────────────────────────────────
  65.  
  66.     0.    This License applies to any program or other work which contains a
  67.         notice placed by the copyright holder saying it may be distributed
  68.         under the terms of this General Public License. The "Program", below,
  69.         refers to any such program or work, and a "work based on the Program"
  70.         means either the Program or any derivative work under copyright law:
  71.         that is to say, a work containing the Program or a portion of it,
  72.         either verbatim or with modifications and/or translated into another
  73.         language. (Hereinafter, translation is included without limitation in
  74.         the term "modification".) Each licensee is addressed as "you".
  75.  
  76.         Activities other than copying, distribution and modification are not
  77.         covered by this License; they are outside its scope. The act of
  78.         running the Program is not restricted, and the output from the
  79.         Program is covered only if its contents constitute a work based on
  80.         the Program (independent of having been made by running the Program).
  81.         Whether that is true depends on what the Program does.
  82.  
  83.     1.  You may copy and distribute verbatim copies of the Program's source
  84.         code as you receive it, in any medium, provided that you
  85.         conspicuously and appropriately publish on each copy an appropriate
  86.         copyright notice and disclaimer of warranty; keep intact all the
  87.         notices that refer to this License and to the absence of any warranty;
  88.         and give any other recipients of the Program a copy of this License
  89.         along with the Program.
  90.  
  91.         You may charge a fee for the physical act of transferring a copy, and
  92.         you may at your option offer warranty protection in exchange for a
  93.         fee.
  94.  
  95.     2.  You may modify your copy or copies of the Program or any portion
  96.         of it, thus forming a work based on the Program, and copy and
  97.         distribute such modifications or work under the terms of Section 1
  98.         above, provided that you also meet all of these conditions:
  99.  
  100.         a)  You must cause the modified files to carry prominent notices
  101.             stating that you changed the files and the date of any change.
  102.  
  103.         b)  You must cause any work that you distribute or publish, that in
  104.             whole or in part contains or is derived from the Program or any
  105.             part thereof, to be licensed as a whole at no charge to all third
  106.             parties under the terms of this License.
  107.  
  108.         c)  If the modified program normally reads commands interactively
  109.             when run, you must cause it, when started running for such
  110.             interactive use in the most ordinary way, to print or display an
  111.             announcement including an appropriate copyright notice and a
  112.             notice that there is no warranty (or else, saying that you
  113.             provide a warranty) and that users may redistribute the program
  114.             under these conditions, and telling the user how to view a copy
  115.             of this License. (Exception: if the Program itself is interactive
  116.             but does not normally print such an announcement, your work based
  117.             on the Program is not required to print an announcement.)
  118.  
  119.         These requirements apply to the modified work as a whole. If
  120.         identifiable sections of that work are not derived from the Program,
  121.         and can be reasonably considered independent and separate works in
  122.         themselves, then this License, and its terms, do not apply to those
  123.         sections when you distribute them as separate works. But when you
  124.         distribute the same sections as part of a whole which is a work based
  125.         on the Program, the distribution of the whole must be on the terms of
  126.         this License, whose permissions for other licensees extend to the
  127.         entire whole, and thus to each and every part regardless of who wrote
  128.         it.
  129.  
  130.         Thus, it is not the intent of this section to claim rights or contest
  131.         your rights to work written entirely by you; rather, the intent is to
  132.         exercise the right to control the distribution of derivative or
  133.         collective works based on the Program.
  134.  
  135.         In addition, mere aggregation of another work not based on the
  136.         Program with the Program (or with a work based on the Program) on a
  137.         volume of a storage or distribution medium does not bring the other
  138.         work under the scope of this License.
  139.  
  140.     3.  You may copy and distribute the Program (or a work based on it, under
  141.         Section 2) in object code or executable form under the terms of
  142.         Sections 1 and 2 above provided that you also do one of the
  143.         following:
  144.  
  145.         a)  Accompany it with the complete corresponding machine-readable
  146.             source code, which must be distributed under the terms of
  147.             Sections 1 and 2 above on a medium customarily used for software
  148.